home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Prog / S / STACKWINDS.R < prev    next >
Encoding:
Text File  |  1987-06-05  |  2.4 KB  |  217 lines  |  [TEXT/MACA]

  1. *    This is the RMaker File for StackWindows
  2. * The answer to the question about the user interface glitch in StackWindow.Pas
  3. * is that the user interface guidlines in IM say that if the user drags a
  4. * non-selected window while holding down the command key then the window should
  5. * move without changing its plane.  This can be easily implemented in StackWindows
  6. * by chaging the first line of the statement part of DoDrag from
  7. * "if theWindow = FrontWindow then" to
  8. * "if (theWindow = FrontWindow) or (BitAnd (TheEvent.modifiers, CmdKey) <> 0) then."
  9.  
  10. StackWindow.Rsrc
  11.  
  12. type STAK    = STR 
  13. Identification,0 (32)
  14. StackWindows version \A7 ;; \A7 is ß
  15.  
  16. type BNDL
  17. Bundle,128
  18. STAK 0
  19. ICN#
  20. 0 128
  21. FREF
  22. 0 128
  23.  
  24. type FREF
  25. FREF 1,128
  26. APPL 0
  27.  
  28. Type ICN#    = GNRL
  29.  
  30. Program,128
  31. 2
  32. 00000000
  33. 00000000
  34. 00000000
  35. 00000000
  36. 00000000
  37. 00000000
  38. 00000000
  39. 00000000
  40. 00000000
  41. 1FFFFC00
  42. 1FFFFC00
  43. 10000400
  44. 10000400
  45. 11FFFFE0
  46. 11FFFFE0
  47. 11000020
  48. 11000020
  49. 11000020
  50. 1F000020
  51. 01000020
  52. 01000020
  53. 01000020
  54. 01000020
  55. 01FFFFE0
  56. 00000000
  57. 00000000
  58. 00000000
  59. 00000000
  60. 00000000
  61. 00000000
  62. 00000000
  63. 00000000
  64. *
  65. 00000000
  66. 00000000
  67. 00000000
  68. 00000000
  69. 00000000
  70. 00000000
  71. 00000000
  72. 00000000
  73. 00000000
  74. 1FFFFC00
  75. 1FFFFC00
  76. 1FFFFC00
  77. 1FFFFC00
  78. 1FFFFFE0
  79. 1FFFFFE0
  80. 1FFFFFE0
  81. 1FFFFFE0
  82. 1FFFFFE0
  83. 1FFFFFE0
  84. 01FFFFE0
  85. 01FFFFE0
  86. 01FFFFE0
  87. 01FFFFE0
  88. 01FFFFE0
  89. 00000000
  90. 00000000
  91. 00000000
  92. 00000000
  93. 00000000
  94. 00000000
  95. 00000000
  96. 00000000
  97.  
  98.  
  99.  
  100. Type ICON    = GNRL
  101.  
  102. Face,1001 (32)
  103. 00000000
  104. 00000000
  105. 0019F000
  106. 007FFC00
  107. 01878600
  108. 0E106880
  109. 1935E640
  110. 16BFF1B0
  111. 34FC7D28
  112. 4AC00F28
  113. 6B8007AE
  114. EA0001D2
  115. DE7038D2
  116. 8C0000EB
  117. 28703865
  118. B8D86C36
  119. D870383E
  120. 3800002E
  121. 1801002E
  122. 08038024
  123. 0807C020
  124. 080FE020
  125. 08000040
  126. 04400840
  127. 023FF080
  128. 01000100
  129. 00C00600
  130. 00601C00
  131. 003FF000
  132. 00000000
  133. 00000000
  134. 00000000
  135.  
  136.  
  137. Type CNTL
  138.  
  139. Scroll,1001 (32)
  140. Scroll
  141. 84 96 227 123
  142. Invisible
  143. 16
  144. 0
  145. 0 200 20
  146.  
  147.  
  148. Type WIND
  149.  
  150. Zoom,1001 (32)
  151. Zoom Window 
  152. 44 8 231 330
  153. Invisible GoAway
  154. 8
  155. 0
  156.  
  157. Type DITL
  158.  
  159. About,1001 (32)
  160. 2
  161. *   1
  162. StatText Enabled
  163. 0 0 159 336
  164.  
  165. *   2
  166. StatText Enabled
  167. 33 73 87 266
  168. Another Illustrative Hack\0D                  from\0DGrand Canyon Code Factory
  169.  
  170.  
  171. Type DLOG
  172.  
  173. About,1001 (32)
  174. New Dialog
  175. 114 88 242 406
  176. Visible NoGoAway
  177. 3
  178. 0
  179. 1001
  180.  
  181. type MBAR    = GNRL
  182. ,1001 (32)
  183. .I
  184. 3
  185. 1001
  186. 1002
  187. 1003
  188.  
  189. Type MENU
  190.  
  191. Window,1003
  192. Windows
  193. Make a Window/M
  194. Zap Top Window/N
  195.  
  196. File,1001
  197. File
  198. (Close
  199. (-
  200. Quit/Q
  201.  
  202. Edit,1002
  203. Edit
  204. (Undo/Z
  205. (-
  206. (Cut/X
  207. (Copy/C
  208. (Paste/V
  209. (Clear
  210.  
  211. Apple,1000 (4)
  212. \14 ;; \14 is the Apple symbol
  213. About StackWindows...
  214. (-
  215.  
  216.